home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / araclar / Win98 / 98zak.exe / RCDATA / CABINET / exchange.prf < prev    next >
Text File  |  1998-07-22  |  14KB  |  398 lines

  1. ; Outlook PRF file for Exchange Server users
  2. ; -------------------------------------------
  3. ; Copyright (C), Microsoft Corporation, 1996.
  4. ;
  5. ; The following PRF file is included as an example of how to create a PRF file that will
  6. ; configure Outlook users with Exchange Server.  Section 1, 2, and 3 may be modified.  
  7. ; DO NOT MODIFY SECTION 4.  It will most likely cause Exchange services to crash.  
  8. ; Be very careful when editing to ensure property values match their property types.
  9. ; NOTE: The HomeServer setting for the Microsoft Exchange Server must be filled in 
  10. ; before using this file.
  11. ;
  12. ; For information about how to disable Outlook Profile Setup and instead use the
  13. ; the Inbox Setup Wizard, see NONE.PRF in the Office Resource Kit.
  14.  
  15. ; ************************************************************************
  16. ; Section 1 - Profile defaults.
  17.  
  18. [General]
  19. Custom=1
  20. ;    -- Required.  Indicates that this is a customized PRF file.
  21. ProfileName=ZAKClient
  22. DefaultProfile=yes
  23. OverwriteProfile=yes
  24. DefaultStore=Service2
  25.  
  26. ; ************************************************************************
  27. ; Section 2 - Services in profile.
  28.  
  29. [Service List]
  30. Service1=Microsoft Outlook Client
  31. Service2=Microsoft Exchange Server
  32. Service3=Outlook Address Book
  33.  
  34. ; ************************************************************************
  35. ; Section 3 - Default values for each service.
  36.  
  37. [Service1]
  38. EmptyWastebasket=FALSE
  39. SelectEntireWord=TRUE
  40. AfterMoveMessage=2
  41. CloseOriginalMessage=FALSE
  42. GenReadReceipt=FALSE
  43. GenDeliveryReceipt=FALSE
  44. DefaultSensitivity=0
  45. DefaultPriority=1
  46. SaveSentMail=TRUE
  47.  
  48. [Service2]
  49. ConversionProhibited=TRUE
  50. HomeServer=<exchange-server-to-use>
  51. ;       Required.
  52. ;    --  The name of the Microsoft Exchange Server the user should
  53. ;    connect to.  You can specify any Microsoft Exchange Server
  54. ;    in your site, and the correct Home Server will be assigned 
  55. ;    when the user first logs on.
  56.  
  57. [Service3]
  58. Ben=TRUE
  59. ;    --  Dummy property.  Do not delete or modify.
  60.  
  61.  
  62. ; ************************************************************************
  63. ; Section 4 - Mapping for profile properties.  DO NOT MODIFY.
  64.  
  65. ; ************************************************************************
  66. ; Microsoft Outlook Client definitions
  67.  
  68. [Microsoft Outlook Client]
  69. SectionGUID=0a0d020000000000c000000000000046
  70.  
  71. EmptyWastebasket=PT_BOOLEAN,0x0115
  72. ;    -- A boolean value indicating whether or not to empty the
  73. ;    wastebasket on exit.
  74.  
  75. SelectEntireWord=PT_BOOLEAN,0x0118
  76. ;    -- A boolean value indicating whether or not to select entire
  77. ;    words when selecting.
  78.  
  79. AfterMoveMessage=PT_LONG,0x013B
  80. ;    -- Indicates what to do after moving or deleting a message.
  81. ;    Possible values are shown below:
  82. ;    0 - Open Next Message
  83. ;     1 - Return to Viewer
  84. ;     2 - Open Previous Message
  85.  
  86. CloseOriginalMessage=PT_BOOLEAN,0x0132
  87. ;    -- A boolean value indicating whether or not to close the
  88. ;    original message after replying.
  89.  
  90. GenReadReceipt=PT_BOOLEAN,0x0141
  91. ;    -- A boolean value indicating whether or not to generate
  92. ;    a read receipt on sent mail.
  93.  
  94. GenDeliveryReceipt=PT_BOOLEAN,0x014C
  95. ;    -- A boolean value indicating whether or not to generate
  96. ;    a delivery receipt on sent mail.
  97.  
  98. DefaultSensitivity=PT_LONG,0x014F
  99. ;    -- The default sensitivity to send mail with.
  100. ;    Possible values are shown below:
  101. ;    0 - Normal
  102. ;    1 - Personal
  103. ;    2 - Private
  104. ;    3 - Confidential
  105.  
  106. DefaultPriority=PT_LONG,0x0140
  107. ;    -- The default priority to send mail with.
  108. ;    Possible values are shown below:
  109. ;    0 - Low
  110. ;    1 - Normal
  111. ;     2 - High
  112.  
  113. SaveSentMail=PT_BOOLEAN,0x0142
  114. ;    -- A boolean value indicating whether to save a copy of
  115. ;    sent messages in the sent items folder.
  116.  
  117.  
  118. ; ************************************************************************
  119. ; Microsoft Exchange Server service definitions.
  120.  
  121. [Microsoft Exchange Server]
  122. ServiceName=MSEMS
  123. MDBGUID=5494A1C0297F101BA58708002B2A2517
  124.  
  125. MailboxName=PT_STRING8,0x6607
  126. ;    -- The name of the user's Exchange Server Mailbox
  127.  
  128. HomeServer=PT_STRING8,0x6608
  129. ;    -- The name of the Microsoft Exchange Server the user should
  130. ;    connect to.  You can specify any Microsoft Exchange Server
  131. ;    in your site, and the correct Home Server will be assigned 
  132. ;    when the user first logs on.
  133.  
  134. OfflineFolderPath=PT_STRING8,0x6610
  135. ;       -- The path to the Offline Store File that contains
  136. ;       local replicas of the user's Mailbox and Favorites.
  137. ;       If you do not specify a value, no Offline Store will
  138. ;       be created.  If you specify a path, an Offline Store
  139. ;       will be created and the Inbox, Outbox, Deleted Items,
  140. ;       and Sent Items folders will be replicated to it.
  141.  
  142. OfflineAddressBookPath=PT_STRING8,0x660E
  143. ;    -- The path to the directory to store offline address
  144. ;    book files in.
  145.  
  146. ExchangeConfigFlags=PT_LONG,0x6601
  147. ;       -- Flags that control behavior when connecting to the Exchange
  148. ;       Server.
  149. ;       The following values are possible:
  150. ;       VALUE           RESULT
  151. ;       4               Normal
  152. ;       6               Ask whether to connect or work offline at startup.
  153. ;       12              Allow clients to be authenticated via the Internet
  154. ;       14              Combination of 6 and 12.
  155.  
  156. ConversionProhibited=PT_BOOLEAN,0x3A03
  157. ;       -- A boolean value indicating whether NEWPROF should
  158. ;       attempt to resolve the Exchange mailbox name at run time. 
  159. ;       If set to TRUE, NEWPROF will copy the name to the profile
  160. ;       without resolving it.
  161. ;       If FALSE, the name will be resolved. Invalid server or 
  162. ;       mailbox name will not be copied to the profile.
  163.  
  164. ; ************************************************************************
  165. ; Microsoft Mail service definitions.
  166.  
  167. [Microsoft Mail]
  168. ServiceName=MSFS
  169.  
  170. ;      --  The path to the users post office.  Mapped network drives, UNC and NETWARE paths
  171. ;          are acceptable.  NETWARE paths of the type NWServer/share:dir\dir1 are converted to 
  172. ;          UNC paths of the type \\NWServer\share\dir\dir1. 
  173.  
  174. ServerPath=PT_STRING8,0x6600
  175.  
  176. ;      --  The users mailbox name.  eg. in a NET/PO/USER address,
  177. ;          this is USER.  The maximum mailbox name is 10 characters.
  178.  
  179. Mailbox=PT_STRING8,0x6601
  180.  
  181. ;      --  The users mailbox password.  The maximum password is 8 characters.
  182.  
  183. Password=PT_STRING8,0x67f0
  184.  
  185. ;      --  A boolean value indicating whether the users password is
  186. ;          to be remembered in the profile or not.  This is useful because
  187. ;          if the password is remembered the user can bypass the logon prompt
  188. ;          if his server path, mailbox name and password are all supplied.
  189.  
  190. RememberPassword=PT_BOOLEAN,0x6606
  191.  
  192. ;      --  The connection type.  This may be one of CFG_CONN_AUTO, CFG_CONN_LAN,
  193. ;          CFG_CONN_REMOTE, CFG_CONN_OFFLINE as defined below.
  194. ;
  195. ;          0x0         --  LAN type connection.  Used to connect to the post office using a
  196. ;                          UNC path or pre-existing mapped drive.
  197. ;          0x1         --  Dial up connection using Dial-up Networking.
  198. ;          0x2         --  Not connected.
  199. ;          0x3         --  Automatically detect whether the connection type is LAN or REMOTE.
  200. ;                          This connection type is only available on Win95.
  201.  
  202. ConnectionType=PT_LONG,0x6603
  203.  
  204. ;      --  A boolean value indicating whether session logging
  205. ;          is on or off.
  206.  
  207. UseSessionLog=PT_BOOLEAN,0x6604
  208.  
  209. ;      --  The path to the session log file.
  210.  
  211. SessionLogPath=PT_STRING8,0x6605
  212.  
  213. ;      --  A boolean value which indicates whether mail in the outbox
  214. ;          is sent.
  215.  
  216. EnableUpload=PT_BOOLEAN,0x6620
  217.  
  218. ;      --  A boolean value which indicates whether mail in the server
  219. ;          mailbag is downloaded.
  220.  
  221. EnableDownload=PT_BOOLEAN,0x6621
  222.  
  223. ;      --  A bit array which allows the user to indicate which addresses
  224. ;          for which the transport is to attempt delivery.  This is useful
  225. ;          in order to allow a user to specify that a transport only handle
  226. ;          delivery for a subset of the addresses it can really process.
  227. ;          When multiple transports are installed and the user wants a
  228. ;          different transport to handle some specific address types they
  229. ;          can use this bit array to specify that the MSMAIL transport
  230. ;          only handle a specific set of addresses.
  231. ;
  232. ;          Possible values as defined below include:
  233. ;
  234. ;          0x00000001      --  Local Post Office and External Post Office address types
  235. ;          0x00000002      --  PROFS address types
  236. ;          0x00000004      --  SNADS address types
  237. ;          0x00000008      --  MCI address types
  238. ;          0x00000010      --  X.400 address types
  239. ;          0x00000040      --  FAX address types
  240. ;          0x00000080      --  MHS address types
  241. ;          0x00000100      --  SMTP address types
  242. ;          0x00000800      --  OfficeVision address types
  243. ;          0x00001000      --  MacMail address types
  244. ;          0x000019df      --  All of the above address types
  245.  
  246. UploadMask=PT_LONG,0x6622
  247.  
  248. ;      --  A boolean value which indicates whether a netbios notification
  249. ;          is sent to a recipients transport when mail is delivered to
  250. ;          their server inbox.
  251.  
  252. NetBiosNotification=PT_BOOLEAN,0x6623
  253.  
  254. ;      --  The polling interval in minutes when the transport
  255. ;          checks for new mail.  1 <= polling interval <= 9999
  256.  
  257. NewMailPollInterval=PT_STRING8,0x6624
  258.  
  259. ;      --  A boolean value which, if TRUE, only displays the Microsoft Mail Global Address
  260. ;          list for name selection.  The Postoffice list, external post office lists, and gateway
  261. ;          address lists are not shown.
  262.  
  263. DisplayGalOnly=PT_BOOLEAN,0x6625
  264.  
  265. ;      --  A boolean value which indicates whether the user wants to enable
  266. ;          headers while working on the LAN.  Headers mode allows the user
  267. ;          to download message headers and selectively choose which mail
  268. ;          to download.
  269.  
  270. UseHeadersOnLAN=PT_BOOLEAN,0x6630
  271.  
  272. ;      --  A boolean value which indicates whether the user wants to use
  273. ;          name resolution based on a local copy of the server address book
  274. ;          rather than the server address book itself.
  275.  
  276. UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631
  277.  
  278. ;      --  A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
  279. ;          to deliver submitted mail messages.  This is sometimes useful when mail is running 
  280. ;          on a slow LAN connection.
  281.  
  282. UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632
  283.  
  284.  
  285. ;      --  A boolean value which indicates whether the user wants to enable
  286. ;          headers while working over a slow speed link.  Headers mode
  287. ;          allows the user to download message headers and selectively
  288. ;          choose which mail to download.
  289.  
  290. UseHeadersOnRAS=PT_BOOLEAN,0x6640
  291.  
  292. ;      --  A boolean value which indicates whether the user wants to use
  293. ;          name resolution based on a local copy of the server address book
  294. ;          rather than the server address book itself.
  295.  
  296. UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641
  297.  
  298. ;      --  A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
  299. ;          to deliver submitted mail messages.  This speeds up message delivery when mail is
  300. ;          running on a Dial-up network connection.
  301.  
  302. UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639
  303.  
  304. ;      --  A boolean value which indicates that a Dial-up Network connection should
  305. ;          be established when the transport provider starts up.
  306.  
  307. ConnectOnStartup=PT_BOOLEAN,0x6642
  308.  
  309. ;      --  A boolean value which indicates that a Dial-up Network connection should
  310. ;          be automatically terminated when headers are finished downloading.
  311.  
  312. DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643
  313.  
  314. ;      --  A boolean value which indicates that a Dial-up Network connection should
  315. ;          be automatically terminated after mail has finished being sent
  316. ;          received.
  317.  
  318. DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644
  319.  
  320. ;      --  A boolean value which indicates that a Dial-up Network connection should
  321. ;          be automatically terminated when the provider is exited.
  322.  
  323. DisconnectOnExit=PT_BOOLEAN,0x6645
  324.  
  325. ;      --  The name of the Dial-up Network profile that the transport will use by
  326. ;          default to attempt the connection.
  327.  
  328. DefaultDialupConnectionName=PT_STRING8,0x6646
  329.  
  330. ;      --  Number of times to attempt dial for connection.
  331. ;          1 <= retry attempts <= 9999
  332.  
  333. DialupRetryCount=PT_STRING8,0x6648
  334.  
  335. ;      --  Delay between retry attempts in seconds.
  336. ;          30 <= retry delay <= 9999
  337.  
  338. DialupRetryDelay=PT_STRING8,0x6649
  339.  
  340.  
  341.  
  342. ; ************************************************************************
  343. ; Personal Folders service definitions.
  344.  
  345. [Personal Folders]
  346. ServiceName=MSPST MS
  347.  
  348. ;      --  Path to personal folders.
  349.  
  350. PathToPersonalFolders=PT_STRING8,0x6700 
  351.  
  352. ;      --  A boolean value that determines if the personal folders password
  353. ;          should be cached.
  354.  
  355. RememberPassword=PT_BOOLEAN,0x6701
  356.  
  357. ;      --  A value that designates the type of encryption that is used to
  358. ;          compress the data in the PST:
  359. ;
  360. ;          No Encryption              0x80000000
  361. ;          Compressable Encryption    0x40000000
  362. ;          Best Encryption            0x20000000
  363.  
  364. EncryptionType=PT_LONG,0x6702
  365.  
  366. ;      --  PST password.
  367.  
  368. Password=PT_STRING8,0x6703
  369.  
  370.  
  371.  
  372. ; ************************************************************************
  373. ; Personal Address Book service definitions.
  374.  
  375. [Personal Address Book]
  376. ServiceName=MSPST AB
  377.  
  378. ;      --  Path to personal address book.
  379.  
  380. PathToPersonalAddressBook=PT_STRING8,0x6600
  381.  
  382. ;      --  Determines if PAB entries are first, last, or last, first.
  383. ;      
  384. ;          first last                0
  385. ;          last, first               1
  386.  
  387. ViewOrder=PT_LONG,0x6601
  388.  
  389.  
  390.  
  391. ; ************************************************************************
  392. ; Outlook Address Book service definitions.
  393.  
  394. [Outlook Address Book]
  395. ServiceName=CONTAB
  396. Ben=PT_STRING8,0x6700
  397. ;      --  Dummy property.  Do not modify.
  398.